(dired-up-directory): Doc fix (bug#14848).
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:20:17 +0000 (22:20 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:20:17 +0000 (22:20 -0800)
lisp/ChangeLog
lisp/dired.el

index bf6ba73a7750a52a0064651594c8248121a9794c..4c0922cfbd8eb836705bd8c655b895e738fd4969 100644 (file)
@@ -2,6 +2,7 @@
 
        * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
        (dired-prev-marked-file): Doc fix (bug#14855).
+       (dired-up-directory): Doc fix (bug#14848).
 
        * minibuffer.el (read-file-name): Doc clarification (bug#15096).
 
index 742c95839417a45fd96a0db7606bfd6d1a31a532..5e0c9047005c29b5eeaa1086fdb2828f3c8cd977 100644 (file)
@@ -2045,7 +2045,9 @@ Optional prefix ARG says how many lines to move; default is one line."
 (defun dired-up-directory (&optional other-window)
   "Run Dired on parent directory of current directory.
 Find the parent directory either in this buffer or another buffer.
-Creates a buffer if necessary."
+Creates a buffer if necessary.
+If OTHER-WINDOW (the optional prefix arg), display the parent
+directory in another window."
   (interactive "P")
   (let* ((dir (dired-current-directory))
         (up (file-name-directory (directory-file-name dir))))